* fileio.c (Finsert_file_contents): Don't put tail into head area,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Dec 2012 19:35:10 +0000 (11:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Dec 2012 19:35:10 +0000 (11:35 -0800)
commit10454d5ad171b1c24cb055076893f7f87d95f901
tree2572df712e1622752f023f5744133d40a984265a
parentb91ab66e09b5fd34fe227bac15613c514d93e96d
* fileio.c (Finsert_file_contents): Don't put tail into head area,

as that confuses set-auto-coding, so insist on the head-read
returning the full 1024 bytes.  Let lseek compute the tail offset;
less work for us.  Do not ignore I/O errors when reading the tail.
src/ChangeLog
src/fileio.c